type CustomMetadata = Record; type UpdatedCustomMetadata = { [x: string]: string | boolean | null; }; export declare const interactForCustomMetadata: (customMetadata: CustomMetadata) => Promise; export {};