import { LangiumDocument } from 'langium'; import { ModuleDefinition, Statement, WorkflowDefinition } from './generated/ast.js'; import { BasePattern } from './syntax.js'; export declare const parse: (input: string, options?: import("langium/test").ParseHelperOptions) => Promise>; export declare function parseModule(moduleDef: string): Promise; export declare function parseStatement(stmt: string): Promise; export declare function parseWorkflow(workflowDef: string): Promise; export declare function introspect(s: string): Promise; //# sourceMappingURL=parser.d.ts.map