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