import { ReadableDevice } from "./Device"; import { I2C } from "./i2c"; export declare function ads1015(bus?: I2C, address?: number, channel?: 0 | 1 | 2 | 3): ReadableDevice; export default ads1015;