import { State } from "../../state/state.js"; import { ConditionsContextBase } from "../types.js"; /** * For internal usage only, used also by server-testing lib * @ignore */ export declare const prepareConditionsContext: > = State>, I extends Record = Record>(state: S, initialSubjects?: I) => I & ConditionsContextBase;