import type { SessionModel } from './SessionModel'; export declare type SessionResponse = { data: Array; /** * Pagination token */ next_token?: string; };