export default function inflectionIdentifier(context: {
    inflection?: string;
}): string;
