import Url from './Url'; declare function getUrlParam(name: string, url?: string): string | undefined; export default getUrlParam;