import { CommandModule } from 'yargs'; import { CommandArguments } from '../arguments'; export interface PullCommandArguments extends CommandArguments { overwrite: boolean; } export declare const pullCommand: CommandModule; //# sourceMappingURL=pull.command.d.ts.map