import { BuildOptions } from 'esbuild'; export declare const getDtsEntryPoints: (entryPoints: BuildOptions['entryPoints']) => string[];