export { Any } from "./any-argument"; export { createFunctionSpy } from "./create-function-spy"; export { FunctionSpy } from "./function-spy"; export { ISpiedFunction } from "./spied-function.i"; export { PropertySpy } from "./property-spy"; export { RestorableFunctionSpy } from "./restorable-function-spy"; export { SpyCall } from "./spy-call"; export { SpyOn } from "./spy-on"; export { SpyOnProperty } from "./spy-on-property"; export { TypeMatcher } from "./type-matcher";