import { AnyASTNode } from "./astTypes";
/** Uses the IDL grammar to initialize and use a Nearley parser to read the string argument
 * @returns - array of parsed IDL definitions
 */
export declare function parseIDLToAST(definition: string): AnyASTNode[];
//# sourceMappingURL=parseIDLToAST.d.ts.map