export declare type UpdatePermission = { id: number; principal: any; target: string; action: string; };