export interface IOptions { gender: 'male' | 'female' | 'neutral'; useUnitySeparator?: boolean; } //# sourceMappingURL=IOptions.d.ts.map