import { ParsedFile } from './types';
export declare function parseFile(filePath: string, content: string): ParsedFile;
