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