import type { Context } from 'hono'; import type { Store } from '../../store'; import type { StaticAssetReader } from '../routes/index.js'; export declare const staticContentHandler: (filePath: string, ctx: Context, store: Store, readStaticAsset: StaticAssetReader) => Promise; //# sourceMappingURL=static-content.d.ts.map