import type { SsoConfig } from '../../config/schema'; export declare function resolveAuthConfig(rawSsoConfig: SsoConfig | undefined, replaceEnv?: boolean): SsoConfig | undefined; //# sourceMappingURL=resolve-auth-config.d.ts.map