import type { StreamInstance } from '../instance.js'; export type PingOutput = 'pong'; export type Ping = () => Promise; export declare const createPing: (instance: Readonly) => Ping; //# sourceMappingURL=ping.d.ts.map