export declare function compileFilter(input: string): (data: any) => boolean;
export declare function parseAttributePath(input: string): string[];
export declare function compileSorter(input: string): (a: any, b: any) => -1 | 0 | 1;
