import { TypedArray } from '@bluemath/common';
/**
 * @hidden
 */
export declare function getrf(mA: TypedArray, m: number, n: number, mipiv: TypedArray): void;
