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