import { Stream } from 'xstream';
import { InternalInstances } from './types';
export declare function pickCombine(selector: string): (inst$: Stream<InternalInstances<any>>) => Stream<any[]>;
