import { AbstractController } from "./AbstractController"; import { HttpUDHistory } from "../dtos"; export declare class UDBinding extends AbstractController { getHistory(req: any): Promise; getHistoryBetweenBlocks(req: any): Promise; getHistoryBetweenTimes(req: any): Promise; private getUDSources; }