import type { ISession } from '../session/types.js';
export declare function getAllBibTexFilesOnPath(session: ISession, dir: string, ignore?: string[]): string[];
//# sourceMappingURL=getAllBibtexFiles.d.ts.map