/** * Returns whether the given battery controller state means that the pixel * is currently charging or is still on charger but done charging. * @param value The Pixel battery state. * @returns Whether the Pixel is charging. */ export declare function isPixelChargingOrDone(value: number | undefined): boolean; //# sourceMappingURL=isPixelChargingOrDone.d.ts.map