/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */
import { Schema } from '../schema';
export { describeBuilder } from '../../testing';
export declare const KARMA_BUILDER_INFO: Readonly<{
    name: string;
    schemaPath: string;
}>;
/**
 * Contains all required karma builder fields.
 * Also disables progress reporting to minimize logging output.
 */
export declare const BASE_OPTIONS: Readonly<Schema>;
