export default class TextEncoder { get encoding(): string; encode(input?: string): Uint8Array; } //# sourceMappingURL=text-encoder.d.ts.map