declare const browserslistToEsbuild: (browserList: string[]) => string[];
export default browserslistToEsbuild;
