export declare const protobufPackage = "ua.gov.diia.types.ds.atoms"; export declare const ActionCode: { readonly copy: "copy"; readonly blackArrowIconRight: "blackArrowIconRight"; readonly drag: "drag"; readonly syringe: "syringe"; readonly close: "close"; readonly generator: "generator"; readonly internetAccess: "internetAccess"; readonly cellularConnection: "cellularConnection"; readonly charging: "charging"; readonly water: "water"; readonly heating: "heating"; readonly medicine: "medicine"; readonly placeholder: "placeholder"; readonly powerBanking: "powerBanking"; }; export type ActionCode = typeof ActionCode[keyof typeof ActionCode]; export declare namespace ActionCode { type copy = typeof ActionCode.copy; type blackArrowIconRight = typeof ActionCode.blackArrowIconRight; type drag = typeof ActionCode.drag; type syringe = typeof ActionCode.syringe; type close = typeof ActionCode.close; type generator = typeof ActionCode.generator; type internetAccess = typeof ActionCode.internetAccess; type cellularConnection = typeof ActionCode.cellularConnection; type charging = typeof ActionCode.charging; type water = typeof ActionCode.water; type heating = typeof ActionCode.heating; type medicine = typeof ActionCode.medicine; type placeholder = typeof ActionCode.placeholder; type powerBanking = typeof ActionCode.powerBanking; } export declare function actionCodeFromJSON(object: any): ActionCode; export declare function actionCodeToJSON(object: ActionCode): string; export declare function actionCodeToNumber(object: ActionCode): number;