import Ice from './Ice'; declare class iceHandleFunctions extends Ice { constructor(options: options.ICE); createOfferSdp(params?: ICE.creatOffer): Promise; } export default iceHandleFunctions;