import { ReaderHistoryCache } from "../history"; import { EndpointAttributes } from "./Endpoint"; export declare class Reader { readonly attributes: Readonly; history: ReaderHistoryCache; count: number; constructor(attributes: EndpointAttributes); } //# sourceMappingURL=Reader.d.ts.map