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