import type { ImageMetadataGetterResponse } from 'zca-js/dist/context';
export declare function getImageMetadata(filePath: string): Promise<ImageMetadataGetterResponse>;
export declare function saveFile(url: string): Promise<string | null>;
export declare function removeFile(filePath: string): void;
