export declare function parse(criteria: string): any; export declare const criteriaparser: { parse: (criteria: string) => any };