export interface IGAUSSIAN_VALUES {
    [x: number]: number[];
}
export declare const GAUSSIAN_VALUES: IGAUSSIAN_VALUES;
