import { JSMinifier } from '../types';
interface IOpts {
    targets: Record<string, any>;
    jsMinifier: `${JSMinifier}`;
}
export declare function getEsBuildTarget({ targets, jsMinifier }: IOpts): string[];
export {};
