import { Condition, type Interpreter } from '@ucast/core';
export declare const interpretPrismaQuery: Interpreter<Condition, boolean>;
