import { ClientError } from "../endpoint"; export declare class AclError extends ClientError { readonly tokens: string[]; readonly requested?: string[]; constructor(message: string, tokens: string[], requested?: string[]); } //# sourceMappingURL=AclError.d.ts.map