/** * Import a file in the gallery */ export declare function importFileToGallery(): Promise; /** * Main entry point * @returns */ export declare function main(): Promise;