import { PatchResultBase } from "./PatchResultBase"; export declare class PatchResult extends PatchResultBase { originalDocument: object; debug: object; }