export declare class AthenaController { private athenaExpressClient; private queryPaginationInfo; constructor(); query(reqQuery: any): Promise; }