import { Context } from "../imports/Context"; import { Function } from "../imports/Function"; import { ClothoTransform } from "./ClothoTransform"; export declare class DataSelector { addMetric(metric?: string): ClothoTransform; constructor( cx?: Context, args?: any[], ctorObj?: Function, inNewExpr?: boolean ); }