declare function isString(arg: any): boolean;
declare function isRegex(arg: any): boolean;
export { isString, isRegex };
