import type { Synapse } from '../synapse.ts'; import type { TerminateServiceOptions, TerminateServiceResult } from '../types.ts'; export declare function terminateServiceFlow(synapse: Synapse, options: TerminateServiceOptions, getServiceURL: () => Promise, source: string): Promise; //# sourceMappingURL=terminate.d.ts.map