import type Settings from '../settings.js';
import type { Stats } from '../types.js';
export declare function read(path: string, settings: Settings): Stats;
