declare const doSwapInPlace: (sourcePath: String, namespace: String, targetNamespace: String) => Promise; declare const doSwap: (sourcePath: String, namespace: String, targetNamespace: String) => Promise; declare const isProdNS: (ns: any) => boolean; export { doSwap, isProdNS, doSwapInPlace };