export default class Singleton { [key: string]: any; static instance: any; static getInstance(): any; } //# sourceMappingURL=Singleton.d.ts.map