export type TestOptionsModel = {
    archive: string;
    localDir: string;
    all: boolean;
    target: string;
    username: string;
    password: string;
    authToken: string;
    project: string;
    names: string;
    debug: boolean;
    deploy: boolean;
    env: string;
    endpoints: string;
};
//# sourceMappingURL=test-options-model.d.ts.map