import { type GroupID } from '../groupTypes.js'; import type { GroupParams } from './types.js'; export declare function getParams(gid: GroupID): GroupParams; //# sourceMappingURL=params.d.ts.map