import type { ComputedRef } from "vue"; import type { CopilotChatConfigurationValue } from "./types"; export declare function useCopilotChatConfiguration(): ComputedRef; //# sourceMappingURL=useCopilotChatConfiguration.d.ts.map