import { CommonDataItemConfig } from '../common-data/types'; export declare function matchRouterName(config: CommonDataItemConfig, routerName?: string): boolean; export declare function getAsyncInitialData(routerName?: string): Promise;