export * from "./generated/fea-study-document-contracts.js"; export declare const FEA_RUN_KIND: "fea-study"; export declare const FEA_RUN_CELL_ID: "__fea__"; export declare const FEA_RUN_MANIFEST_METADATA_SCHEMA_VERSION: 1; export type FeaRunArtifactRole = "dataset" | "fields" | "diagnostics" | "artifact_manifest" | "workspace" | "stderr"; export declare function feaRunArtifactRefId(role: FeaRunArtifactRole): string; //# sourceMappingURL=fea-contracts.d.ts.map