export declare const filterByStringProp: (data: T[], prop: keyof T, op: 'equals' | 'contains' | 'starts-with', value: string) => T[];