export declare class WsParamsFactory {
    exchangeKeyForValue(type: number, data: string | undefined, args: unknown[]): any;
}
