import { AST } from "../ast/types.js"; import { result } from "../utility/result.js"; import { SqCompileError } from "./SqError.js"; export declare function parse(squiggleString: string): result; //# sourceMappingURL=parse.d.ts.map