/**
 * @file Selection Parser
 * @author Alexander Rose <alexander.rose@weirdbyte.de>
 * @private
 */
import { SelectionRule } from './selection-test';
declare function parseSele(string: string): SelectionRule;
export { parseSele };
