import { janitza } from "@hg8496/definitions";
import EnergyValueType = janitza.values.EnergyValueType;
export declare function mapGridVisToProtoBuffer(value: string): EnergyValueType | null;
export declare function mapProtoBufferToGridVis(value: EnergyValueType): string | null;
