import type authAndroid from './auth-Android';
import type authIOS from './auth-iOS';
declare const Auth: typeof authAndroid & typeof authIOS;
export default Auth;
