export declare function isNotString<T>(value: string | T): value is T;
//# sourceMappingURL=is-not-string.d.ts.map