export declare var TextEncoderImplementation: { new (): { encode(input?: string): Uint8Array; }; };