export declare const setRegistry: (key: string, obj: unknown) => void; export declare const getRegistry: (key: string) => unknown;