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