import { MustardName } from '../typings';
export declare function addEventListenerUrl(callback: () => void): () => void;
export declare function checkUrl(name: MustardName): void;
