declare const isString: (value: any) => value is string;
export { isString };
