declare function isWoman(nameString: string): boolean; declare function vocative(nameString: string, womanBool?: boolean, lastName?: boolean): string; export { isWoman, vocative };