import type { Url } from '../../types/internal';
/**
 * Get current document url.
 */
export declare const getDocumentUrl: () => Promise<Url>;
