import CommandParams from './CommandParams'; import QueryContext from './QueryContext'; import Stream from './Stream'; export declare function getSearchAndInputCombined(cxt: QueryContext, params: CommandParams, out: Stream): void;