import type { PorkbunClient } from "../client"; import type { PingResponse } from "../types/ping"; export type PingMethod = ReturnType; export declare const createPingMethod: (client: PorkbunClient) => () => Promise; //# sourceMappingURL=ping.d.ts.map