export type ManagedBlockCommentStyle = 'html' | 'hash';
export declare function upsertManagedBlock(existing: string, blockName: string, content: string, style?: ManagedBlockCommentStyle): string;
export declare function removeManagedBlock(existing: string, blockName: string, style?: ManagedBlockCommentStyle): string;
export declare function hasManagedBlockContent(existing: string, blockName: string, style?: ManagedBlockCommentStyle): boolean;
export declare function formatManagedBlock(blockName: string, content: string, style?: ManagedBlockCommentStyle): string;
export declare function startMarker(blockName: string, style?: ManagedBlockCommentStyle): string;
export declare function endMarker(blockName: string, style?: ManagedBlockCommentStyle): string;
//# sourceMappingURL=managed-block.d.ts.map