import type { Parent } from 'unist';
declare function addCodeBlocks<T extends Parent>(tree: T): void;
export declare function rehypeCodeBlocks(): typeof addCodeBlocks;
export {};
