import { ShellCommandContext } from '../Shell'; import { BaseCommand, ArgType } from './BaseCommand'; export declare class SetInfoCommand extends BaseCommand { getArgTypes(): ArgType[]; printUsage(context: ShellCommandContext): void; run(context: ShellCommandContext): Promise; } //# sourceMappingURL=setInfo.d.ts.map