/** Checks if value is string */ export declare function isString(value: unknown): value is string;