import type { UniqueIdentifier } from '../../../types'; export declare function useKey(id: UniqueIdentifier | undefined): number | undefined;