/** * Sign in through Facebook */ declare const FacebookSignIn: (permissions?: string[]) => Promise; export { FacebookSignIn as default };