export declare const getTargets: (opts: {
    targets?: string[];
    key: any;
}) => any;
