import { ISourceProps } from '../../../components/molecules/source-props/ISourceProps';
import { IFpsGroupsReturn } from '../../../types/fps-returns/sites/groups/IGroupReturns';
export declare function getWebGroupInfoBatchAPI(sourceProps: ISourceProps, filterBatches: string[], alertMe: boolean | undefined, consoleLog: boolean | undefined): Promise<IFpsGroupsReturn>;
//# sourceMappingURL=getWebGroupInfoBatchAPI.d.ts.map