import { Logger } from "@azimutt/utils"; export type Opts = {}; export declare function launchClustering(url: string, opts: Opts, logger: Logger): Promise; //# sourceMappingURL=clustering.d.ts.map