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