import { OauthBasicConfig } from "./oauth.js"; export declare const FacebookAdapter: (config: OauthBasicConfig) => () => Promise;