export interface CustomMetadataClient { uploadCustomMetadataCsv(file: File): Promise; }