/** * Creates a new, empty vec2. */ declare function create(): number[]; export = create;