export declare const accountStats: (params: { start: string; end?: string; }) => Promise; export declare const accountStatsRecent: () => Promise; export declare const serverStats: ({ server, ...params }: { server: string; start: string; end?: string | undefined; }) => Promise; export declare const serverStatsRecent: ({ server }: { server: string; }) => Promise;