import type { AuthChoice } from "./onboard-types.js"; export declare function resolvePreferredProviderForAuthChoice(choice: AuthChoice): string | undefined;