export declare class CloudDriveUtils {
    static calcResourceUuid(file: File | string): Promise<string>;
}
