/** * Open Working Copy. * * @returns Working Copy open URL. * @example * open() * // => 'working-copy://' */ export declare function open(): string;