export default Stomp; declare namespace Stomp { export namespace VERSIONS { let V1_0: string; let V1_1: string; let V1_2: string; function supportedVersions(): string; } export function client(t: any, n: any): any; export function over(t: any): any; export { n as Frame }; } declare let n: any;