import { GetUserProfilePhotosOptionsApplicationJson } from '../types'; export declare class GetUserProfilePhotosOptionsApplicationJsonBase implements GetUserProfilePhotosOptionsApplicationJson { user_id: number; offset: number; limit: number; }