declare module Socket { var moduleName: string; var factoryName: string; function factory(socketFactory: any): any; }