interface IGAUSSIAN_VALUES {
    [x: number]: number[];
}
/** @internal */
export declare const GAUSSIAN_VALUES: IGAUSSIAN_VALUES;
export {};
