import { AllowedGroup } from '../types.js';

declare const allowAllGroups: AllowedGroup[];

export { allowAllGroups as default };
