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