export declare enum LocalRecorderState { READY = "READY", RECORDING = "RECORDING", PAUSED = "PAUSED", FINISHED = "FINISHED", }