import { Type } from '@angular/core'; import { ModuleMetadata } from './base/initial-module'; export declare function isRunningInJsDom(): boolean; export declare function coerceArray(value: T | T[]): T[]; export declare function coerceArray(value: T | readonly T[]): readonly T[]; export declare function declareInModule(moduleMetadata: ModuleMetadata, type: Type): void;