import type { KumikiProject } from '../types/index.js';
export declare function parseProjectFile(filePath: string): Promise<KumikiProject>;
//# sourceMappingURL=parser.d.ts.map