import type * as ElevenLabs from "../index";
export interface GetProjectsResponse {
    /** A list of projects with their metadata. */
    projects: ElevenLabs.ProjectResponse[];
}
