import { Copy } from "./copy"; export declare function assign(t: T, copy: Copy | undefined, extension: Partial): T; export default assign;