import { type ITable } from "@webiny/db-dynamodb";
import type { IGroupEntity } from "../definitions/types.js";
interface Params {
    table: ITable;
    entityName: string;
}
export declare const createGroupEntity: (params: Params) => IGroupEntity;
export {};
