/** * Open Apple Password (OTP Auth) app. * * @returns Apple Password open URL. * @example * appleOtpauth() * // => 'apple-otpauth://' */ export declare function appleOtpauth(): string;