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