import type { AuthOAuthProvider } from "../../types.js"; export declare const getProviderUserId: (provider: AuthOAuthProvider) => Promise;