import type { IndexFile } from "../types/index.js"; export declare const isValidFileEntry: (entry: any) => boolean; export declare const isValidIndexFile: (data: any) => boolean; export declare const parseIndex: (content: string, _filePath: string) => IndexFile | null; //# sourceMappingURL=parser.d.ts.map