import { Constrain } from './utils.cjs'; export interface OptionalStructuralSharing { readonly structuralSharing?: Constrain | undefined; }