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