import * as d from '../../declarations';
export declare function transpileApp(config: d.Config, compilerCtx: d.CompilerCtx, buildCtx: d.BuildCtx): Promise<boolean>;
