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