blob: 428c3d792b385664fe3fe4770c46e558d7ca5285 [file] [log] [blame]
import type Settings from '../settings';
import type { Stats } from '../types';
export declare function read(path: string, settings: Settings): Stats;