/** * This module contains classes that implements the expectations system * interfaces and behavior. * * @module Expectations/Implementation * @author Alan Rodas Bonjour */ export * from './AbstractFinishedExpectation'; export * from './FullExpectation'; export * from './JoinedExpectation'; //# sourceMappingURL=index.d.ts.map