import { Dictionary } from "@intlayer/types/dictionary";

//#region src/loadDictionaries/loadYamlContentDeclaration.d.ts
declare const loadYamlContentDeclaration: (path: string) => Promise<Dictionary | undefined>;
//#endregion
export { loadYamlContentDeclaration };
//# sourceMappingURL=loadYamlContentDeclaration.d.ts.map