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