import { RuntimeOptions } from "handlebars"; //#region src/index.d.ts interface Options extends RuntimeOptions { template: string; outputFile: string; } /** * The Handlebars generator. * * @see https://handlebarsjs.com/guide/ * * @param spec - The specification to generate code for. * @param options - The options for the generator. * @returns A promise that resolves to the generated code. */ declare const _default: import("@power-plant/core").GeneratorConfigObject; //#endregion export { Options, _default as default }; //# sourceMappingURL=index.d.cts.map