import { Factory } from '../build/Factory';
/**
 * Creates test components by their descriptors.
 *
 * @see [[Factory]]
 * @see [[Shutdown]]
 */
export declare class DefaultTestFactory extends Factory {
    private static readonly ShutdownDescriptor;
    /**
     * Create a new instance of the factory.
     */
    constructor();
}
