export declare class WsParamsFactory {
    exchangeKeyForValue(type: number, args: unknown[]): unknown;
}
