StorageConfig: {
    getLastAudioDevice: (() => MediaDeviceInfo | null) | null;
    getLastVideoDevice: (() => MediaDeviceInfo | null) | null;
    saveLastAudioDevice: ((info) => void);
    saveLastVideoDevice: ((info) => void);
}

Type declaration