/** * Ambient TypeScript declarations for the script sandbox, loaded into Monaco * via addExtraLib() so the editor gives full type-aware autocomplete, hover, * and signature help. * * Keep in sync with the `api` object in `script.ts`. */ export declare const SCRIPT_TYPES_DTS: string;