import { Expectation } from '../../expectations';
declare const _default: import("../models").Endpoint<{
    locations: {
        http: {
            readonly method: "PUT";
            readonly path: "/expectations";
        };
        io: {
            readonly path: "expectations:update";
        };
    };
    incoming: {
        query?: unknown;
        data?: {
            id: string;
            set: Partial<Expectation["configuration"]>;
        } | undefined;
    };
    outgoing: import("../models").IEndpointResponse<Pick<Expectation<any>, "group" | "name" | "isEnabled" | "schema" | "id" | "meta" | "transports" | "defaults"> & {
        format: "plain";
    }>;
}>;
export default _default;
//# sourceMappingURL=expectations.update.endpoint.d.ts.map