/** * Run the suite of tests that prove that the "deepCopy" helper function works properly. * * This function is only useful if you are troubleshooting the "deepCopy" function. */ export declare function runDeepCopyTests(): void; //# sourceMappingURL=deepCopyTests.d.ts.map