export declare const pageList: {
    pageKey: string;
    key: string;
    title: string;
    level: number;
    children: {
        moduleKey: string;
        key: string;
        title: string;
        level: number;
    }[];
}[];
export declare const options: {
    value: string;
    label: string;
}[];
