import type { BunPlugin } from 'bun'; export declare const createExternalAssetPlugin: (outDir: string, userSourceRoots?: string[]) => BunPlugin;