import type { TextDecoderPolyfill, TextEncoderPolyfill } from '../../types'; export default function applyTextEncoderDecoderPolyfill(polyfillFn: TextEncoderPolyfill | TextDecoderPolyfill | undefined): void;