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