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