import Long from "long"; import _m0 from "protobufjs/minimal"; export declare const protobufPackage = "likechain.iscn"; export interface UpdateAuthorization { iscnIdPrefix: string; } export declare const UpdateAuthorization: { encode(message: UpdateAuthorization, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number | undefined): UpdateAuthorization; fromJSON(object: any): UpdateAuthorization; toJSON(message: UpdateAuthorization): unknown; fromPartial(object: DeepPartial): UpdateAuthorization; }; declare type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined | Long; export declare type DeepPartial = T extends Builtin ? T : T extends Array ? Array> : T extends ReadonlyArray ? ReadonlyArray> : T extends {} ? { [K in keyof T]?: DeepPartial; } : Partial; export {};