import type { Uint8ArrayLike } from "@tai-kun/surrealdb/types";
declare const _default: {
    " e": TextEncoder;
    " d": TextDecoder;
    encode(input: string): Uint8Array;
    encodeInto(input: string, dest: Uint8ArrayLike): TextEncoderEncodeIntoResult;
    decode(input: AllowSharedBufferSource): string;
};
export default _default;
//# sourceMappingURL=utf8.d.ts.map