export declare function getBuildApplicationFunction(): Promise<{
    buildApplicationInternal: Function;
    angularVersion: number;
}>;
