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

//#region src/writeContentDeclaration/writeYamlFile.d.ts
declare const writeYamlFile: (absoluteFilePath: string, dictionary: Dictionary, configuration: IntlayerConfig) => Promise<void>;
//#endregion
export { writeYamlFile };
//# sourceMappingURL=writeYamlFile.d.ts.map