import { ASObject } from '@awayfl/avm2'; export declare class TextLineCreationResult extends ASObject { static forceNativeConstructor: boolean; static forceNativeMethods: boolean; constructor(); static SUCCESS: string; static EMERGENCY: string; static COMPLETE: string; static INSUFFICIENT_WIDTH: string; } //# sourceMappingURL=TextLineCreationResult.d.ts.map