export declare function useTypes(): { addTypes: (newTypes: any) => void; getType: (key: string) => any; getTypes: () => any; install: () => void; };