import type { EventFrame, ResponseFrame } from "./schema/types.js"; export declare function isGatewayEventFrame(value: unknown): value is EventFrame; export declare function isGatewayResponseFrame(value: unknown): value is ResponseFrame;