import { Context } from '../imports/Context.js'; import { Function } from '../imports/Function.js'; export declare class ScriptableTextToSpokeService { constructor(cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean); createAPIRecord(spec_name?: string, scopeId?: string): string; createOperation(operationOpenAPISpec?: string, openAPISysId?: string, tag?: string, scopeId?: string): string; deleteOperation(operationId?: string, scopeId?: string): boolean; } //# sourceMappingURL=ScriptableTextToSpokeService.d.ts.map