import { Tags } from './types.js';
export declare function guessTargets(): Promise<Record<Tags, boolean>>;
