/** * Open Codex. * * @returns Codex open URL. * @example * open() * // => 'codex://' */ export declare function open(): string;