export type GatewayWsLogStyle = "auto" | "full" | "compact";
export declare function setGatewayWsLogStyle(style: GatewayWsLogStyle): void;
export declare function getGatewayWsLogStyle(): GatewayWsLogStyle;
export declare const DEFAULT_WS_SLOW_MS = 50;
