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