import { DashboardTotal, LoginVsRegister, RequestsOverTime } from "../types"; export declare const downloadLogs: ({ start, end }: { start?: Date | string; end?: Date | string; }) => Promise; export declare const getDashboardTotals: () => Promise; export declare const requestsOverTime: (filterBy?: string) => Promise; export declare const loginVsRegister: (filterBy?: string) => Promise; export declare const mostAccessed: (filterBy?: string) => Promise;