import { ExportChatInviteLinkResponseSuccess } from '../types'; import { export } from {}; export declare class ExportChatInviteLinkResponseSuccessBase implements ExportChatInviteLinkResponseSuccess { ok: boolean; result: export; }