import { CoreDictionary } from "./types";
export declare const useDictionary: () => CoreDictionary;
