/**
 * @description
 * It throws if the provided factory has name property that is a string of zero length.
 */
export declare function throwIfFactoryHasNoName(factory: Function): void;
