export default class System { static register(context: any, imports: string[], fx: (_export: (a: any, e: any) => any, _context: any) => { setters: ((a: any) => void)[]; execute: () => void; }): void; } //# sourceMappingURL=System.d.ts.map