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