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