export declare const MISSING_PACKAGE_HINT = "monty runtime requires the '@pydantic/monty' package \u2014 install it or select the pyodide runtime"; export declare const DEFAULT_PROG = "main.py"; export declare const EVAL_INTERRUPT_SECONDS = 10; export declare const INCOMPLETE_MARKERS: readonly ["unexpected EOF", "Expected an indented block"]; //# sourceMappingURL=constants.d.ts.map