declare type InputType = "camelCase" | "kebabCase" | "snakeCase";
export declare function words(n?: number, type?: InputType): string;
export {};
