export type TestCaseBadString = {
name: string;
bytes: Uint8Array;
ignore: string;
replace: string;
error: string;
};
export type TestCaseCodePoints = {
text: string;
codepoints: Array<number>;
//# sourceMappingURL=test-utils-utf8.d.ts.map