import { Tensor2D } from '../tensor';
import { TypedArray } from '../types';
export declare function whereImpl(condShape: number[], condVals: TypedArray): Tensor2D;
