export declare function findLastIndex<T>(array: T[], callback: (value: T) => boolean): number;
//# sourceMappingURL=findLastIndex.d.ts.map