import type { TextStyler } from '../../definitions.js'; import type { DebugInfoFormatter } from '../definitions.js'; interface Options { textStyler: TextStyler; } export declare function createStyledDebugInfoFormatter({ textStyler }: Options): DebugInfoFormatter; export {};