import AbstractError from './AbstractError'; export default class AccessControlError extends AbstractError { constructor(message?: string); }