import Url = require('./Url');

declare function getUrlParam(name: string, url?: string): string | undefined;

export = getUrlParam;
