export declare const getLevel: () => Promise; export declare const getStatus: () => Promise; export declare const getHealth: () => Promise; export declare const getTemperature: () => Promise; export declare const getTechnology: () => Promise; export declare const isCharging: () => Promise; export declare const getCurrent: () => Promise; export declare const getVoltage: () => Promise; export declare const getWattage: () => Promise; export declare const getTotalCapacity: () => Promise; export declare const getChargedCapacity: () => Promise; declare const Battery: { getLevel: () => Promise; getStatus: () => Promise; getHealth: () => Promise; getTemperature: () => Promise; getTechnology: () => Promise; isCharging: () => Promise; getCurrent: () => Promise; getVoltage: () => Promise; getWattage: () => Promise; getTotalCapacity: () => Promise; getChargedCapacity: () => Promise; }; export default Battery; //# sourceMappingURL=index.d.ts.map