/** * Define Some Default Permission for basic ROLE */ import { AclActionType } from "./Permission"; /** * Default permission for Agent, the user who can manage their own customer, live chat, ticket resolve * @type {(number)[]} */ export declare const LIST_AGENT_PERMISSION: { permission: number; type: AclActionType; }[];