import { Factory } from '../build/Factory'; /** * Creates information components by their descriptors. * * @see [[IFactory]] * @see [[ContextInfo]] */ export declare class DefaultInfoFactory extends Factory { private static readonly ContextInfoDescriptor; private static readonly ContainerInfoDescriptor; /** * Create a new instance of the factory. */ constructor(); }