import { TypedArray } from '@bluemath/common';
/**
 * @hidden
 */
export declare function dot(vx: TypedArray, vy: TypedArray): any;
