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