export declare const isAscii: (codePoint: number) => boolean;
export declare function endsWithIncompleteUtfPairSurrogate(string: string): boolean;
export declare function tryConvertToString(arr: Uint8Array): string | undefined;
export declare function compareUint8Arrays(a: Uint8Array, b: Uint8Array): number;
