export interface DelimitedBlockResult { content: string; action: 'created' | 'updated' | 'unchanged'; } export declare function upsertDelimitedBlock(existing: string, block: string, beginMarker: string, endMarker: string, label: string): DelimitedBlockResult; //# sourceMappingURL=managed-text.d.ts.map