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