/** * helper function to remap imports * @param x * @param map */ export declare function remapImports(x: Promise, map: (a: T) => Y): Promise;