import { PatchAST } from './types.js'; declare function parsePatch(text: string): PatchAST; declare const parser: { parse(text: string): void; }; export default parser; export { parsePatch }; //# sourceMappingURL=parser.d.ts.map