import { WscParams } from '../interfaces/public-types';
export declare const initializeWsc: (wscParams: WscParams) => void;
