import type * as MonacoEditor from "monaco-editor"; import { Marker } from "./typings"; export declare function validateDSL(monaco: typeof MonacoEditor, dsl: string): Marker[];