export declare function findLastIndex<T>(array: ReadonlyArray<T>, callback: (value: T) => boolean): number;
