interface CopilotCloudOptions {
    baseUrl?: string;
    publicApiKey?: string;
}

export { CopilotCloudOptions };
