import { Service } from '../../services/ServiceFactory';
import AbstractCliTest from '../../tests/AbstractCliTest';
export default class ServiceFactoryTest extends AbstractCliTest {
    private static factory;
    protected static beforeEach(): Promise<void>;
    protected static canBuild(type: Service, functionName: string): void;
}
