import { Selection } from './Selection.js';
export declare function createSelection(input: any): Selection<T>;
