import type { SchematicContext } from '@angular-devkit/schematics';
import type { AvailableTestFrameworks, WorkspaceSchema } from '../../interfaces';
/**
 * Get the test framework
 * @param workspaceOptions the workspace options
 * @param context
 */
export declare function getTestFramework(workspaceOptions: WorkspaceSchema | null, context: SchematicContext): AvailableTestFrameworks | undefined;
//# sourceMappingURL=index.d.ts.map