interface HistoryOptions { endpoint?: string; limit: string; } export declare function history(options: HistoryOptions): Promise; export {}; //# sourceMappingURL=history.d.ts.map