export { getCurrentUrl };
declare function getCurrentUrl(options?: {
    withoutHash: true;
}): string;
