import { TText } from "./TText"; /** * Check if a value implements the `Text` interface. */ export declare const isText: (value: any) => value is TText; //# sourceMappingURL=isText.d.ts.map