/**
* @function onUrlChange
* @description -- For Browsers --
* a function that takes callback that will be called whenever the url is changed (ideal for SPA)
*/
export defaultfunctiononUrlChange(onPush?: History['pushState'], onPop?: (popstate: PopStateEvent) => void): () =>void;