import type { CorrelationId } from "@awp/contracts";
export interface GatewayHealthContract {
    readonly ok: true;
    readonly correlationId?: CorrelationId;
}
export declare const gatewayBoundary: "transport-only";
//# sourceMappingURL=index.d.ts.map