default: {
    parse: ((str: string) => any);
    stringify: ((obj: any) => string);
}