import { Settings } from "../settings.js";
import { Document } from '../types.js';
declare function read(input: string, settings: Settings): Document | undefined;
export default read;
