declare module "fast-copy" { declare export default { (object: T, options?: O): T, strict(object: T, options?: O): T }; }