import type { BuildOptions } from 'esbuild'; export declare type Options = { esbuildOptions: BuildOptions; };