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