import { ApiMethodDeclaration } from '..'; type ParamsData = { adminEmail: string; date: string; hour?: number; }; type ResponseData = Array<{ id: number; requestTime: Date; path: string; method: string; }>; export declare const getAllAdminsActivityRequests: ApiMethodDeclaration; export {};