import type { CommandModule } from 'yargs'; interface PodArgs { url?: string; } export declare const podCommand: CommandModule; export {};