export declare function setFetchStaticHtml(fn: ((path: string) => Promise<string | null>) | null): void;
export declare function getFetchStaticHtml(): ((path: string) => Promise<string | null>) | null;
//# sourceMappingURL=staticHtmlFetcher.d.ts.map