type EncryptedRowCondition = {}; export declare class EncryptedRowConditionsCacheAPI { getRowConditions( tableName?: string, type?: string, columnName?: string ): Set; isAttachmentRowConfigurationNotPresent(tableName?: string): boolean; constructor(); }