/**
 * Compnentwise checks if given nD vector `a` is greater than or equal `b` and
 * writes results to boolean output vector. If `out` is null, creates a new
 * result vector. Multi-method.
 */
export declare const gte: import("./api.js").MultiVecOpVV<number, boolean>;
/**
 * Compnentwise checks if given 2D vector `a` is greater than or equal `b` and
 * writes results to boolean output vector. If `out` is null, creates a new
 * result vector.
 */
export declare const gte2: import("./api.js").VecOpVV<number, boolean>;
/**
 * Compnentwise checks if given 2D vector `a` is greater than or equal `b` and
 * writes results to boolean output vector. If `out` is null, creates a new
 * result vector.
 */
export declare const gte3: import("./api.js").VecOpVV<number, boolean>;
/**
 * Compnentwise checks if given 2D vector `a` is greater than or equal `b` and
 * writes results to boolean output vector. If `out` is null, creates a new
 * result vector.
 */
export declare const gte4: import("./api.js").VecOpVV<number, boolean>;
//# sourceMappingURL=gte.d.ts.map