import * as d from '../../../declarations';
import ts from 'typescript';
export declare function transformToLazyComponentText(compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx, opts: d.TransformOptions, cmp: d.ComponentCompilerMeta, inputText: string): string;
export declare function lazyComponentTransform(compilerCtx: d.CompilerCtx, opts: d.TransformOptions): ts.TransformerFactory<ts.SourceFile>;
