import { Matrix } from '.';
export declare class RandomNMatrix extends Matrix {
    std: number;
    mu: number;
    constructor(rows: number, columns: number, mu: number, std: number);
    fillRandN(): void;
}
//# sourceMappingURL=random-n-matrix.d.ts.map