export declare function getMetadataDict(id: string): Promise>; export declare function setMetadataDict(id: string, metadataDict: Map): Promise; export declare function setMetadata(id: string, key: string, value: string): Promise; export declare function removeMetadata(id: string, key: string): Promise; //# sourceMappingURL=metadata.d.ts.map