/**
 * Returns a matrix of given width and height with each element filled with the same value
 */
export declare function values2D(width: number, height: number, value: number): Float32Array[];
//# sourceMappingURL=values-2d.d.ts.map