import { ASError } from '@awayfl/avm2'; export declare class MemoryError extends ASError { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; constructor(message?: string, id?: number); } //# sourceMappingURL=MemoryError.d.ts.map