import type { GetMetadataResult } from './types'; /** * Get metadata for multiple objectIds * * @param functionKey - Configuration object containing the backend function key to filter and generate object metadata * @param keys - Array of object keys to get metadata for * @returns Promise resolving to GetMetadataResult[] * @throws {BridgeAPIError} When filtering fails or download encounters an error */ export declare const getMetadata: ({ functionKey, keys }: { functionKey: string; keys: string[]; }) => Promise; //# sourceMappingURL=getMetadata.d.ts.map