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