import type { Text } from '../shapes'; export declare function wrapIt(node: Text, wordWrapWidth: number, maxLines?: number, textBaseline?: string): void;