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