export declare function upsertManagedBlock(existing: string | undefined, blockId: string, content: string, commentStyle?: 'html' | 'hash'): string;