/**
 * Thrown when a DataSet authorization callback rejects an operation. REST
 * action handlers translate this to a 403 response.
 */
export declare class AuthorizationError extends Error {
}
//# sourceMappingURL=authorization-error.d.ts.map