import type { CancelRequest, CancelResponse } from "../../../schemas/cancel"; import type { DelegatedHandlerOptions } from "../profiling/index"; export declare function handleCancelDelegated(request: CancelRequest, options?: DelegatedHandlerOptions): Promise; //# sourceMappingURL=cancel-delegated.d.ts.map