export declare const setMetadata: (metadata: Record<string, string>) => void;
export declare const getMetadata: () => Record<string, string>;
