import type { AudioRecorderState } from "./audioRecorder"; declare function cleanup(): void; declare function start(): Promise; declare function stop(): Promise; declare const _default: import("vue").DefineComponent<{}, { state: AudioRecorderState; start: typeof start; stop: typeof stop; dispose: typeof cleanup; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=CopilotChatAudioRecorder.vue.d.ts.map