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