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