import { Argv } from 'yargs'; export declare function makeYargsBuilder(callback: (yargs: Argv) => Argv, command: string | string[], describe?: string, options?: { useGlobalOptions?: boolean; useAccountOptions?: boolean; useConfigOptions?: boolean; useEnvironmentOptions?: boolean; useTestingOptions?: boolean; useCmsPublishModeOptions?: boolean | { read?: boolean; write?: boolean; }; useJSONOutputOptions?: boolean; }): (yargs: Argv) => Promise>;