import type { DTCGTokenEntry } from './types.js'; export declare function flattenDTCG(obj: Record, prefix: string): DTCGTokenEntry[];