export declare const sampleInputs: (cmd: any, partial?: boolean) => { name: string; docs: string; command: string; partial: boolean; }[];