export declare class ImportStorageDto {
    filePath: string;
}
