export declare class Permission {
    permissionName: string;
    level: string;
    constructor();
}
