/** * * * Predicate that always evaluates to true, matching all elements. */ export declare class AlwaysPredicate { readonly $ktClass: 'com.icure.cardinal.sdk.model.filter.predicate.AlwaysPredicate'; constructor(partial: Partial); toJSON(): object; static fromJSON(json: any, ignoreUnknownKeys?: boolean, path?: Array): AlwaysPredicate; }