/** Describe the capabilities of the Access */
export interface AccessCapabilities {
    /**  */
    canApplyLnsRateLimit: boolean;
    /**  */
    canChangeDslamProfile: boolean;
    /**  */
    canChangeLns: boolean;
    /**  */
    canGetRadiusConnectionLogs: boolean;
    /**  */
    canResetDslamPort: boolean;
    /**  */
    hasDslamPort: boolean;
}
//# sourceMappingURL=AccessCapabilities.d.ts.map