/*! Copyright 2023 the gnablib contributors MPL-1.1 */ export declare const utf: { lineBreak: (ord: number | string) => boolean; whiteSpace: (ord: number | string) => boolean; printable: (ord: number | string) => boolean; asciiCased: (ord: number | string) => boolean; };