import type { DeviceType } from "../types/public";
export declare const getLastDevice: (deviceType: DeviceType) => MediaDeviceInfo | null;
export declare const saveLastDevice: (info: MediaDeviceInfo, deviceType: DeviceType) => void;
//# sourceMappingURL=localStorage.d.ts.map