import { Condition } from './Condition';
export type ObjectReadRequest = {
    conditions: Condition[];
};
