export declare function initialize({ appDir: currentAppDir, baseUrl, paths }: { appDir: any; baseUrl: any; paths: any; }): Promise; export declare function resolve(specifier: any, context: any, defaultResolve: any): any;