export declare class AviatorScript { private runtime; constructor(); execute(code: string, context?: Record): any; compile(code: string): { execute: (context?: Record) => any; }; } //# sourceMappingURL=script.d.ts.map