import { TMixed } from "../common";
export declare function VR(CLOSE: number[], VOL: number[], N?: number, M?: number): {
    VR: TMixed[];
    MAVR: TMixed[];
    [key: string]: TMixed[];
};
