import type { PluginBuild } from 'esbuild'; import type { Store } from '../../store'; export declare const AssetsResolver: (store: Store, contentDir: string) => { name: string; setup: (build: PluginBuild) => void; }; //# sourceMappingURL=assets-resolver.d.ts.map