/// <reference types="react" />
interface DevicesContextValue {
    refreshDevices(): Promise<void>;
}
export declare const DailyDevicesContext: import("react").Context<DevicesContextValue>;
export {};
