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