import { AssetType, AssetTypeToAssetMap, PrimaryAssetType } from './constants'; export declare const loadAssets: ({ assetType, parentId, searchString, page, perPage, ids, parentType, additionalParams, }: { assetType: T; parentId?: string | number; page: number; searchString?: string; perPage: number; ids?: number[]; parentType?: PrimaryAssetType; additionalParams?: Record; }) => Promise; //# sourceMappingURL=loadAssets.d.ts.map