import type { RuntimeAdapter } from "../../../platform/adapters/base.js"; import type { LayoutItem, MdxBundle } from "../../../types/index.js"; export declare function computeDepsHash(layoutBundle: MdxBundle | undefined, nestedLayouts: LayoutItem[], adapter: RuntimeAdapter): Promise; //# sourceMappingURL=hash-calculator.d.ts.map