export { ServiceSpy } from "./service/spy";
export { ISerializedRequest as Request, ISerializedRequest as UnmockRequest, ISerializedResponse as UnmockResponse, ServiceStoreType as UnmockServices, } from "./interfaces";
export { IService as UnmockService, IService as Service, } from "./service/interfaces";
//# sourceMappingURL=types.d.ts.map