export { default as updateExpectationsGroup } from './expectations-group.update.method';
export { default as createExpectation } from './expectations.create.method';
export { default as updateExpectation } from './expectations.update.method';
export { default as deleteExpectations } from './expectations.delete.method';
export { default as ping } from './ping.method';
//# sourceMappingURL=index.d.ts.map