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