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