import { Entity } from '../glossary'; export declare function inheritInternalProperties(target: Record, source: Entity): void;