import { Command } from 'commander'; export declare const psCommand: ReturnType; declare function createPsCommand(): Command; export {};