/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const cloth_cut: (a: number, b: number, c: number) => number;
export const cloth_drag: (a: number, b: number, c: number) => void;
export const cloth_grab: (a: number, b: number, c: number) => number;
export const cloth_links: () => [number, number];
export const cloth_new: (a: number, b: number, c: number, d: number, e: number, f: number) => void;
export const cloth_positions: () => [number, number];
export const cloth_release: (a: number) => void;
export const cloth_step: (a: number, b: number, c: number, d: number, e: number) => number;
export const cloth_stretch: () => [number, number];
export const __wbindgen_externrefs: WebAssembly.Table;
export const __wbindgen_free: (a: number, b: number, c: number) => void;
export const __wbindgen_start: () => void;
