/**
 * Math.ceil the components of a vec2
 */
declare function ceil(out: number[], a: number[]): number[];

export = ceil;
