importtype { registration, registry } from"../types";
/**
* @description
* Returns the registration of the provided abstraction but throws if it does not exist.
*/exportdeclarefunctiongetRegistrationStrictOf(registry: registry, abstraction: symbol): registration;