// Automatically generated by GDevelop.js/scripts/generate-types.js declare class gdWhileEvent extends gdBaseEvent { constructor(): void; getConditions(): gdInstructionsList; getWhileConditions(): gdInstructionsList; getActions(): gdInstructionsList; getLoopIndexVariableName(): string; setLoopIndexVariableName(name: string): void; delete(): void; ptr: number; };