import Long from "long"; import _m0 from "protobufjs/minimal"; import { Role } from "../exported/v1beta1/types"; export declare const protobufPackage = "axelar.permission.v1beta1"; export interface GovAccount { address: Uint8Array; role: Role; } export declare const GovAccount: { encode(message: GovAccount, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): GovAccount; fromJSON(object: any): GovAccount; toJSON(message: GovAccount): unknown; create]: never; }>(base?: I | undefined): GovAccount; fromPartial]: never; }>(object: I_1): GovAccount; }; type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined; export type DeepPartial = T extends Builtin ? T : T extends Long ? string | number | Long : T extends globalThis.Array ? globalThis.Array> : T extends ReadonlyArray ? ReadonlyArray> : T extends {} ? { [K in keyof T]?: DeepPartial; } : Partial; type KeysOfUnion = T extends T ? keyof T : never; export type Exact = P extends Builtin ? P : P & { [K in keyof P]: Exact; } & { [K in Exclude>]: never; }; export {};