export declare function setCustomAttribute(key: string, value: unknown): boolean; export declare function getCustomAttribute(key: string): unknown | null; export declare function getAllCustomAttributes(): Map; export declare function clearCustomAttributes(): void; export declare function removeCustomAttribute(key: string): boolean;