declare function resolve(specifier: any, context: any, next: any): Promise<any>;

export { resolve };
