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