import type { Generator } from './generator.js'; export declare class OperationGenerator { generator: Generator; constructor(generator: Generator); createOperationFiles(generatorPath: string): Promise; toOperationMod(mainModule: string): string; toOperationBase(mainModule: string): string; toOperationMainModule(mainModule: string): string; } //# sourceMappingURL=operation-generator.d.ts.map