import type { TextNode } from "../gtk3/text-node"; export declare function ensureNotText(value: T | TextNode | string): asserts value is T;