export type Noun = Readonly<{
    singular: string;
    plural: string;
}>;
//# sourceMappingURL=Noun.d.ts.map