/** Build conflict markers into serialized string */ export declare const reconstructConflict: (merged: any, ours: any, theirs: any, format: string) => Promise;