/** * Sign in through Apple */ declare const AppleSignIn: (scopes?: import("@invertase/react-native-apple-authentication").AppleRequestScope[]) => Promise; export { AppleSignIn as default };