import type { DiscoveryResult } from '../cli/middleware/types.ts'; import type { FunctionContext } from './types.ts'; /** * Filesystem-based function context that reads pages from local discovery. * Drop-in replacement for functionContextClient when serving locally. */ export declare const functionContextFs: (getDiscovery: () => DiscoveryResult) => FunctionContext; //# sourceMappingURL=functionContextFs.d.ts.map