/** * Context Strategy Command * Set context strategy */ export interface ContextStrategyOptions { serverUrl?: string; json?: boolean; } /** * Set context strategy */ export declare function contextStrategy(strategy?: string, options?: ContextStrategyOptions): Promise; //# sourceMappingURL=strategy.d.ts.map