import type { IAppearance } from "./types"; import { DecoderState } from "@speechly/browser-client"; import { AudioSourceState } from "@speechly/browser-client"; export { DecoderState, AudioSourceState }; export declare const enum LocalStorageKeys { SpeechlyFirstConnect = "SpeechlyFirstConnect" } export declare const enum MessageType { speechlypoweron = "speechlypoweron", holdstart = "holdstart", holdend = "holdend", speechstate = "speechstate", audiosourcestate = "audiosourcestate", speechsegment = "speechsegment", speechhandled = "speechhandled", showhint = "showhint", transcriptdrawerhint = "hint", speechlyintroready = "speechlyintroready", speechlyintroclosed = "speechlyintroclosed", startcontext = "startcontext", stopcontext = "stopcontext", requeststartmicrophone = "requeststartmicrophone" } export declare const enum Icon { Mic = "mic", MicActive = "micactive", Error = "error", Denied = "denied" } export declare const enum Behaviour { Hold = "hold", Click = "click", Noninteractive = "noninteractive" } export declare const enum Effect { None = "none", Connecting = "connecting", Busy = "busy" } export declare const enum TriggerFx { None = "none", Whirl = "whirl" } export declare const clientStateToAppearance: { [state: string]: IAppearance; }; //# sourceMappingURL=constants.d.ts.map