/**
 * Determine the possessive form of a word
 *
 * @param input the word
 * @returns the posessive form of the word
 */
export declare function possessive(input: string): string;
export default possessive;
