import { FilePattern } from "karma";
/**
 * Configures Karma to serve a JavaScript file that exposes the `host` global variable.
 */
export declare function karmaPlugin(files: FilePattern[]): void;
export declare namespace karmaPlugin {
    var $inject: string[];
}
