import { type CombinedOnboardingStatus } from "./types.js"; import { type DrizzleExecutor } from "../drizzle.js"; /** * Derives an authenticated account or account-free local user's next onboarding route from server and user step state. * It also centralizes setup-management eligibility and redaction so incomplete identities cannot infer protected server details. */ export declare function setupGetCombinedStatus(executor: DrizzleExecutor, identity: { accountId: string; } | { userId: string; }): Promise; //# sourceMappingURL=setupGetCombinedStatus.d.ts.map