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