/**
 * Returns an object with investigative annotations stripped, useful for snapshot testing.
 *
 * @beta
 */
export declare function stripAnnotations<TObject>(obj: TObject): TObject;
//# sourceMappingURL=TestUtilities.d.ts.map