import { Exactly } from "../../types"; import { BaseEntity } from "../BaseEntity"; import { EntityClass } from "../types"; import { LoadedEntity, LoadEntityOptions, Where } from "./types"; export declare class PostFilter { static filter, TOptions extends Exactly, TOptions> = never>(entities: LoadedEntity[], where: Where): LoadedEntity[]; static matchesFilter, TOptions extends Exactly, TOptions> = never>(entity: LoadedEntity, where: Where): boolean; private static matchesCompoundFilter; private static valueMatchesFilter; private static valueMatchesRelationFilter; } //# sourceMappingURL=PostFilter.d.ts.map