import { ICommand } from '../drpm.js'; export declare class ContextCommand implements ICommand { execute({ options, subcommand }: { options?: any; subcommand?: string; }): Promise; } //# sourceMappingURL=context.d.ts.map