export declare const DESIGN_SYSTEM_CONTRACT_EVOLUTION_POLICY: { readonly minor: "New components and optional props are backward-compatible."; readonly major: "Required props, removed components or props, and behavioral contract changes require a new contract major."; }; export declare function assertDesignSystemContractVersion(adapterContractVersion: number): void; //# sourceMappingURL=version.d.ts.map