export declare const queryServiceReqAndRep: (tabKey: string, params: any) => Promise<{
    reqData: any;
    repData: any;
} | undefined>;
