import type { URLChangedStatus, URLObserverEntryProperty } from './custom_typings.js'; import { URLObserverEntry } from './url-observer-entry.js'; export declare class URLObserverEntryList { #private; get [Symbol.toStringTag](): string; addEntry(option: URLObserverEntryProperty): void; deleteEntries(): void; getEntries(): URLObserverEntry[]; getEntriesByEntryScope(scope: string): URLObserverEntry[]; getEntriesByEntryType(entryType: URLChangedStatus): URLObserverEntry[]; } //# sourceMappingURL=url-observer-entry-list.d.ts.map