export declare function sanitize(value: string): string; export declare function desanitize(value: string): string;