import type { StratifyConfig, StratifyResolvedConfig, EnforcementConfig, WorkspaceConfig } from '../types/types.js'; export declare const DEFAULT_ENFORCEMENT: EnforcementConfig; export declare const DEFAULT_WORKSPACES: WorkspaceConfig; /** * Apply defaults to a validated StratifyConfig, producing a fully resolved config. */ export declare function applyDefaults(config: StratifyConfig): StratifyResolvedConfig;