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