import { SgCommand, Resource } from '../../index.js'; export default class Ping extends SgCommand { static summary: string; static usage: string; static args: { url: import("@oclif/core/lib/interfaces/parser.js").Arg>; }; static strict: boolean; run(): Promise; displaySummary(r: Resource): void; } //# sourceMappingURL=ping.d.ts.map