import type { AppOptionsType } from '../../types';
export declare function initCommonRouter(options: AppOptionsType): any[];
