import type { PageWithData, StaticPathsResult } from "./types.js"; export declare class StaticPathsFetcher { fetch(pageModule: PageWithData): Promise; } //# sourceMappingURL=static-paths-fetcher.d.ts.map