import { CreatedByValue } from '../../../Cell'; import { ViewCreateByOperator } from '../..'; export declare const testCreateByFilter: (cellValue: CreatedByValue, operator: ViewCreateByOperator, filterValue: any) => boolean; export default testCreateByFilter;