import * as Schema from "effect/Schema"; /** * Ephemeral result of one Rule or Hook projection reconciliation. This is the * extensibility axis for placement and materialization mode; grammar-level * changes belong to the managed-file ownership contract referenced by * `projection/marker-grammar.ts`. */ export declare const MaterializedFileTargetSchema: Schema.Struct<{ readonly target: Schema.brand; readonly mode: Schema.Literals; readonly region: Schema.optional; }>; export type MaterializedFileTarget = typeof MaterializedFileTargetSchema.Type; //# sourceMappingURL=materialized-file-target.d.ts.map