export { TemplateCompiler } from './template_compiler';
export { CompileDirectiveMetadata, CompileTypeMetadata, CompileTemplateMetadata } from './directive_metadata';
export { SourceModule, SourceWithImports } from './source_module';
export { PLATFORM_DIRECTIVES, PLATFORM_PIPES } from 'angular2/src/core/platform_directives_and_pipes';
import { Type } from 'angular2/src/facade/lang';
import { Provider } from 'angular2/src/core/di';
export declare const COMPILER_PROVIDERS: Array<Type | Provider | any[]>;
