import { String } from "../values/string"; export declare function isStringy(value: unknown): value is String;