import { Params } from '../Utils/interface';

export declare function behaviorTool(context: Params, iD: Params): {
    (selection: Params): void;
    off(selection: any): void;
    tail(_: any): /*elided*/ any;
    autoCopy(v: boolean): /*elided*/ any;
};
