export function ctitle(min?: number, max?: number): any; export function csentence(min?: number, max?: number): string; export function cparagraph(min?: number, max?: number): any; export function cword(...args: any[]): string;