import { Children } from "@alloy-js/core"; //#region src/index.d.ts /** * The options for the Alloy-js generator. */ interface Options { template: Children; } /** * The Alloy-js generator. * * @see https://alloy-framework.github.io/alloy/guides/getting-started/ * * @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.mts.map