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