import { type PathResolver } from "@gaubee/nodekit"; import Debug from "debug"; export declare const debug: Debug.Debugger; export declare function gen_prompt(input: string, _output?: string, cwd?: string): Promise; export declare function _gen_content(codeName: string, inputContent: string, rootResolver: PathResolver): Promise; export interface GenOptions { inputs: string[]; outFile?: string; watch: boolean; cwd?: string; glob: string; } export declare const doGenPrompts: (argv: GenOptions) => Promise; //# sourceMappingURL=gen-prompt.d.ts.map