/** One entry in the live memory projection, standing-record metadata + temporal status. */ export declare const MEMORY_PROJECTION_ENTRY_SCHEMA: Record; export declare const MEMORY_PROJECTIONS_LIST_INPUT_SCHEMA: Record; export declare const MEMORY_PROJECTIONS_LIST_OUTPUT_SCHEMA: Record; export declare const MEMORY_PROJECTIONS_GET_INPUT_SCHEMA: Record; /** One record's projection: its metadata entry plus the exact projected markdown. */ export declare const MEMORY_PROJECTIONS_GET_OUTPUT_SCHEMA: Record; //# sourceMappingURL=operator-contract-schemas-memory-projection.d.ts.map