import { TransformerTwoslashIndexOptions, TwoslashTypesCache } from "@shikijs/twoslash";
import { ShikiTransformer } from "shiki";

//#region src/index.d.ts
type TransformerTwoslashOptions = TransformerTwoslashIndexOptions;
/**
 * This transformer **must** be used with the `rehype-code` plugin of Fumadocs.
 */
declare function transformerTwoslash(_options?: TransformerTwoslashOptions): ShikiTransformer;
//#endregion
export { TransformerTwoslashOptions, type TwoslashTypesCache, transformerTwoslash };