import { QueryPolymer_Entity_GroupArgs } from "@rcsb/rcsb-api-tools/lib/RcsbGraphQL/Types/Yosemite/GqlTypes";
export interface GroupPropertyInterface {
    groupName: string;
    groupDescription: string;
}
export declare class GroupPropertyCollector {
    private readonly rcsbFvQuery;
    collect(requestConfig: QueryPolymer_Entity_GroupArgs): Promise<GroupPropertyInterface>;
    private static getGroupProperties;
}
