export declare const createProxyHandler: >(cond: T) => ProxyHandler; export declare function strToWords(str: string, size: number, joiner?: string | false, spliter?: RegExp): string | string[];