import { StartLoginResponse } from "../../client/auth/types/StartLoginResponse"; export declare const handleTenantCode: ({ profiles, tenantCode, type, }: { profiles: StartLoginResponse["profiles"]; tenantCode?: string; type: "Practitioner" | "Patient"; }) => string | undefined;