export declare const formatTime: (date: any) => string; export declare const getAssetType: (content_type: any) => string; export declare const checkFileValidation: (asset: any, filter: any) => void; export declare const getAssetsToBeSelected: (assets: any, selectedAssets: any, initiallySelectedAssets?: string[]) => any[];