import { type CslLibrary } from "./types"; /** * Parse a CSL-JSON file and ensure all entries have valid UUIDs and timestamps * @param filePath - Path to the CSL-JSON file * @returns Array of CSL-JSON items with guaranteed UUIDs and timestamps * @throws Error if file cannot be read or JSON is invalid */ export declare function parseCslJson(filePath: string): Promise; //# sourceMappingURL=parser.d.ts.map