import { Context } from '../imports/Context' import { Function } from '../imports/Function' 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 }