import { TypeGuard } from '../types'; export declare const isString: (value: T) => value is TypeGuard;