export declare const sanitize: (f: any) => string; export declare const getImageName: (url: any) => string; export declare const convert: (input: string) => any;