export declare const formatData: (data: any) => any; export declare const assignTypeToValue: (value: any) => string; export declare const fixImageFormat: (image: string) => string; export declare const isValidBase64Image: (url: string) => boolean; export declare const isValidDocumentUrl: (url: string) => boolean;