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