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