/** Represents an exception thrown when a users has exceeded the query limit of an API. */ export interface IOverLimitException { } //# sourceMappingURL=over_limit_exception.d.ts.map