import { type ExtendedPG } from "../../../types/core.js"; export default function accessGroup({ pg, params, user, }: { pg: ExtendedPG; params: { id: string; }; user: Record; }): Promise<{ routes: any; resources: any; users: any; }>; //# sourceMappingURL=access.group.d.ts.map