import { Argv } from 'yargs'; export declare const command = "remote"; export declare const desc = "Create an empty repo"; export declare const builder: (yarg: Argv<{}>) => void; export declare const handler: (argv: { [argName: string]: unknown; _: string[]; $0: string; }) => void;