import * as z from "zod"; import { VideoView } from "./videoview.js"; export type VideoViewsResponse = { request_id?: string | undefined; next_cursor?: string | undefined; data?: Array | undefined; }; export declare const VideoViewsResponse$zodSchema: z.ZodType; //# sourceMappingURL=videoviewsresponse.d.ts.map