import { Arguments, CommandBuilder } from 'yargs'; export declare const command = "ping"; export declare const describe = "Ping configured Gitlab API"; export declare const builder: CommandBuilder; export declare const handler: (argv: Arguments<{ cwd: string; }>) => Promise;