import type * as ElevenLabs from "../index";
export interface AddProjectResponseModel {
    project: ElevenLabs.ProjectResponse;
}
