import type { SimplexConstitutiveLawN } from './simplex-constitutive-family.js'; import { type SimplexCompressibleNeoHookeanEvaluationN, type SimplexCompressibleNeoHookeanMaterialN } from './simplex-neo-hookean-material.js'; import { type SimplexStVenantKirchhoffEvaluationN, type SimplexStVenantKirchhoffMaterialN } from './simplex-stvk-material.js'; import { type SimplexMeasureBarrierEvaluationN, type SimplexMeasureBarrierMaterialN } from './simplex-measure-barrier-material.js'; /** Immutable descriptor for the dimension-independent StVK reference law. */ export declare const simplexStVenantKirchhoffLawN: SimplexConstitutiveLawN; /** Immutable descriptor for the compressible Neo-Hookean reference law. */ export declare const simplexCompressibleNeoHookeanLawN: SimplexConstitutiveLawN; /** Immutable descriptor for the C2-clamped simplex lower-measure barrier. */ export declare const simplexMeasureBarrierLawN: SimplexConstitutiveLawN; //# sourceMappingURL=simplex-constitutive-laws.d.ts.map