import type { GraphEntryInputSpec } from "@x12i/graphenix-executable-contracts"; /** * @deprecated CR-006 removed `graphEntry.inputs[]`. Always returns `[]`. * Data source selection is an operator/work-factory concern, not graph JSON. */ export declare function normalizeGraphEntryInputs(_graphEntry: unknown): GraphEntryInputSpec[]; /** @deprecated CR-006 — record input slots no longer declared on graphEntry. */ export declare function isRecordInputSlot(_spec: GraphEntryInputSpec): boolean; //# sourceMappingURL=normalize-graph-entry-inputs.d.ts.map