export declare const roleConst: {
    name: string;
    parentRole: string;
}[];
