import type { NestedDatabaseId } from '../../../../../../utils/types'; export declare const findIndexById: (array: { id: NestedDatabaseId; }[], id: NestedDatabaseId) => number;