import type { Element } from "expressive-code/hast"; export declare function getCodeBlockInfo(pre: Element): { pre: Element; code: Element; lang: string; text: string; meta: string; } | undefined;