/**
 * Checks if query string contains parameter.
 */
declare function contains(url: any, paramName: any): boolean;
export default contains;
