export declare const file_delete: (token: string, sandbox: boolean, version_id: string, filename: string, verbose?: boolean) => Promise<void>;
