export declare const indexOf: (iterable: T[], value: any, fromIndex?: number | undefined) => number;