/** * Image Infrastructure - Storage Service * * Handles saving images to the device filesystem */ export declare class ImageStorageService { static saveImage(uri: string, filename?: string): Promise; }