import type { IncomingMessage, ServerResponse } from 'node:http'; import type { ViteDevServer } from 'vite'; import type { TypedownPluginCache } from '..'; export declare function vaultAssets(server: ViteDevServer, cache: TypedownPluginCache): (request: IncomingMessage, response: ServerResponse, next: () => void) => void; //# sourceMappingURL=vault-assets.d.ts.map