import { SendVenueUnauthorizedResponse } from '../types'; import { ResponseParameters } from '../types'; export declare class SendVenueUnauthorizedResponseBase implements SendVenueUnauthorizedResponse { ok: boolean; error_code: number; description: string; parameters: ResponseParameters; }