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