import type { Program } from '@getlang/ast'; export declare function parse(source: string): Program;