export declare const sanitizeDeep: (value: any) => any; export declare const sanitizeSvg: (value: string) => string; export declare const isSvgFile: (buffer: Buffer) => boolean; export declare const containsDangerousXml: (svg: string) => boolean;