export { default as MockRandomNumberGenerator } from './MockRandomNumberGenerator'; export { default as MockTimeProvider } from './MockTimeProvider'; export { default as MonitoredServiceScope } from './MonitoredServiceScope'; /** * This constant is used for passing in the value undefined into unit tests that don't accept * undefined as a parameter. This is useful for testing the behavior of an API when receiving a * bad input. Do not use this constant outside of unit tests. */ export declare const TEST_UNDEFINED: any; /** * This constant is used for passing in the value null into unit tests that don't accept * null as a parameter. This is useful for testing the behavior of an API when receiving a * bad input. Do not use this constant outside of unit tests. */ export declare const TEST_NULL: any; //# sourceMappingURL=index.d.ts.map