import { Registrations } from '../types';
/**
 * This hook returns a stable reference object that can be used to determine
 * if the registrations have changed.
 */
export declare function useIsRegistrationStableRef(registrations: Registrations): {};
