export declare type Noise2D = (x: number, y: number) => number;
export declare function makeNoise2D(clientSeed: number): Noise2D;
