/** Get the current page URL: path name + query params. Optionally including hash. */ export declare const getCurrentUrl: ({ hash }?: { hash?: boolean; }) => string; //# sourceMappingURL=getCurrentUrl.d.ts.map