import type { ConfigManager } from '../../config/manager.js'; import type { FeatureFlagReader } from '../feature-flags/index.js'; import type { PolicyRuntimeState } from './policy-runtime.js'; export declare function loadConfiguredPolicyBundle(configManager: Pick, featureFlags: FeatureFlagReader, policyRuntimeState: Pick): void; //# sourceMappingURL=policy-config-loader.d.ts.map