/**
* Wait until internal models (CRDs) are loaded.
*
* Note: When loading is'in flight' (in progress) when the component
* that uses this hook is mounted, this hook waits until this is resolved, too.
*/
export declareconst useModelsLoaded: () => boolean;