import { ISourceProps } from '../../../components/molecules/source-props/ISourceProps';
import { IAssociatedGroupType } from "../../../types/fps-returns/sites/groups/IGroupReturns";
import { IFpsAssociatedGroupsReturn, IFpsGroupReturn } from '../../../types/fps-returns/sites/groups/IGroupReturns';
export declare function getWebAllAssociatedGroupsAPI(sourceProps: ISourceProps, digestValue: string, alertMe: boolean | undefined, consoleLog: boolean | undefined): Promise<IFpsAssociatedGroupsReturn>;
export declare function getWebAssociatedGroupAPI(sourceProps: ISourceProps, group: IAssociatedGroupType, digestValue: string, alertMe: boolean | undefined, consoleLog: boolean | undefined): Promise<IFpsGroupReturn>;
//# sourceMappingURL=getWebAssociatedGroupAPI.d.ts.map