import { UIConfig, ViewHandlerReturnType } from '../../typings/app'; export declare function entryPoint(params: { basePath: string; uiConfig: UIConfig; }): ViewHandlerReturnType;