import type { Parser } from "../ast"; /** Parse out a binding AST from a path */ export declare const parse: Parser; //# sourceMappingURL=index.d.ts.map