/**
 * Converts indices of geometry.
 *
 * @param param0
 * @returns no indexed geometry
 */
export declare function convertBuffersToNonIndexed({ indices, attributes }: {
    indices: any;
    attributes: any;
}): any;
//# sourceMappingURL=convert-to-non-indexed.d.ts.map