import type { RepomixConfigMerged } from '../../config/configSchema.js'; export declare const CHUNK_SEPARATOR = "\u22EE----"; export declare const parseFile: (fileContent: string, filePath: string, config: RepomixConfigMerged) => Promise; /** * Clean up the language parser singleton by deleting all loaded parsers */ export declare const cleanupLanguageParser: () => Promise; //# sourceMappingURL=parseFile.d.ts.map