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