import type { NumberArray } from 'cheminfo-types'; export interface XGetTargetIndexOptions { target?: number; /** * @default 0 */ targetIndex?: number; } /** * Returns the targetIndex * @param x - array of numbers * @param options - options */ export declare function xGetTargetIndex(x: NumberArray, options?: XGetTargetIndexOptions): number; //# sourceMappingURL=xGetTargetIndex.d.ts.map