import type { FilterOperands } from '../types.js'; export type StringKeys = 'contains' | 'doesNotContain' | 'startsWith' | 'endsWith' | 'equals' | 'doesNotEqual' | 'empty' | 'notEmpty'; export declare const StringOperands: Readonly>;