import * as d from '../../../declarations';
import ts from 'typescript';
export declare function addHydrateImports(transformCtx: ts.TransformationContext, compilerCtx: d.CompilerCtx, tsSourceFile: ts.SourceFile): ts.SourceFile;
