import * as d from '../../declarations';
export declare function writeLazyModule(config: d.Config, compilerCtx: d.CompilerCtx, destinations: string[], entryModule: d.EntryModule, shouldHash: boolean, code: string, modeName: string, sufix: string): Promise<d.BundleModuleOutput>;
