import type { SelectionConfig, UrlSelection } from '../types.js'; export declare function uniqueUrls(urls: string[]): string[]; export declare function selectUrls(urls: string[], selection?: SelectionConfig): UrlSelection;