declare const encodeURLParameter: (parameter: string | undefined | null) => string; export { encodeURLParameter };