import { type ParsedPatchAction } from "./types.ts"; export declare function parsePatchActions({ text }: { text: string; }): ParsedPatchAction[];