declare function getExif(data: string): string | null; declare function insert(webpBytes: string, exifBytes: string): string; declare function remove(webpBytes: string): string; declare const _default: { getExif: typeof getExif; insert: typeof insert; remove: typeof remove; }; export default _default;