import type { URLChangedStatus, URLObserverEntryProperty } from './custom_typings.js'; export declare class URLObserverEntry implements Readonly { readonly entryType: URLChangedStatus; readonly scope: string; readonly startTime: number; readonly url: string; constructor({ entryType, scope, startTime, url, }: URLObserverEntryProperty); get [Symbol.toStringTag](): string; toJSON(): URLObserverEntryProperty; } //# sourceMappingURL=url-observer-entry.d.ts.map