export declare function resolveUserDefinedRspackConfig(path: string, tsConfig: string, 
/** Skip require cache and return latest content */
reload?: boolean): Promise<any>;
