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