import { Argv } from 'yargs'; export declare const command = "third-party-endpoints"; export declare const description = "Manage third-party endpoints"; export declare function builder(yargs: Argv): Argv;