import { ExpectationOutcome } from './ExpectationOutcome';
/**
 * Indicates that an [`Expectation`](https://serenity-js.org/api/core/class/Expectation/) was met.
 *
 * @group Expectations
 */
export declare class ExpectationMet extends ExpectationOutcome {
}
//# sourceMappingURL=ExpectationMet.d.ts.map