import type { I18nStaticCatalogType, LoadStaticCatalogInput, MergeStaticCatalogsInput } from './types';
export declare const loadStaticCatalog: (input: LoadStaticCatalogInput) => I18nStaticCatalogType;
export declare const resolveBuiltInLocalesDir: () => string;
export declare const mergeStaticCatalogs: (input: MergeStaticCatalogsInput) => I18nStaticCatalogType;
//# sourceMappingURL=core.d.ts.map