import { AclActionType } from './Permission'; /** * Default permission for Company Master * @type {(number)[]} */ export declare const LIST_MASTER_COMPANY_PERMISSION: { permission: number; type: AclActionType; }[];