import { Command } from 'commander'; export declare function redactCliSessionUrl(url: string): string; export declare const openCommand: Command; export declare function registerOpenCommand(org: Command): void;