export declare const deposition_show_files: (token: string, sandbox: boolean, version_id: string, verbose?: boolean) => Promise<string[]>;
