export declare const EDITOR_DEFAULT_CODE = "// Use console.error(...) to debug your solution.\n\n/* Ignore and do not change the code below */\n// tutu\n/* Ignore and do not change the code above */\n\nfunction findLargest(numbers: number[]): number {\n // Your code goes here\n return 0;\n}\n\n/* Ignore and do not change the code below */\n// toto\n/* Ignore and do not change the code above */\n\n// editable range\n\n/* Ignore and do not change the code below */\n// toto\n/* Ignore and do not change the code above */\n\n// other editable range";