import type { TypeDecoder } from './decoder.js';
export declare const createUrlEncodedTypeDecoder: () => TypeDecoder;
