import type { LayoutItem } from "../../types/index.js"; export declare function extractRenderedCssHash(html: string): string | undefined; export declare function hasRenderedReleaseAssetCss(html: string): boolean; export declare function serializeLayouts(nestedLayouts: LayoutItem[], projectDir: string): Array<{ kind: LayoutItem["kind"]; path: string; }>; export declare function serializeLayoutProps(layoutProps: Map>, projectDir: string): Record>; //# sourceMappingURL=pipeline-helpers.d.ts.map