import { BuildContext, ChangedFile, DeepLinkConfigEntry } from './util/interfaces'; export declare let existingDeepLinkConfigString: string; export declare function setExistingDeepLinkConfig(newString: string): void; export declare function deepLinking(context: BuildContext): Promise; export declare function deepLinkingWorkerImpl(context: BuildContext, changedFiles: ChangedFile[]): Promise>; export declare function deepLinkingUpdate(changedFiles: ChangedFile[], context: BuildContext): Promise; export declare function deepLinkingUpdateImpl(changedFiles: ChangedFile[], context: BuildContext): Promise; export declare function deepLinkingWorkerFullUpdate(context: BuildContext): Promise; export declare function getAppMainNgModuleFile(appNgModulePath: string): Promise; export declare function hasAppModuleChanged(changedFiles: ChangedFile[], appNgModulePath: string): boolean;