export declare function resolveModule(moduleName: string, url?: string): Promise<string>;
