import type { Settings } from '../settings';
import type { Entry } from '../types';
export declare function read(directory: string, settings: Settings): Entry[];
