import type { Principal } from './Principal'; export declare type UpdatePermission = { id: number; principal: Principal; target: string; action: string; };