/** * Generated by the protoc-gen-ts. DO NOT EDIT! * compiler version: 3.21.12 * source: syscontract/archive.proto * git: https://github.com/thesayyn/protoc-gen-ts */ import * as pb_1 from "google-protobuf"; export declare namespace syscontract { enum ArchiveFunction { ARCHIVE_BLOCK = 0, RESTORE_BLOCK = 1 } class ArchiveBlock extends pb_1.Message { #private; constructor(data?: any[] | {}); static fromObject(data: {}): ArchiveBlock; toObject(): {}; serialize(): Uint8Array; serialize(w: pb_1.BinaryWriter): void; static deserialize(bytes: Uint8Array | pb_1.BinaryReader): ArchiveBlock; serializeBinary(): Uint8Array; static deserializeBinary(bytes: Uint8Array): ArchiveBlock; } namespace ArchiveBlock { enum Parameter { BLOCK_HEIGHT = 0 } } class RestoreBlock extends pb_1.Message { #private; constructor(data?: any[] | {}); static fromObject(data: {}): RestoreBlock; toObject(): {}; serialize(): Uint8Array; serialize(w: pb_1.BinaryWriter): void; static deserialize(bytes: Uint8Array | pb_1.BinaryReader): RestoreBlock; serializeBinary(): Uint8Array; static deserializeBinary(bytes: Uint8Array): RestoreBlock; } namespace RestoreBlock { enum Parameter { FULL_BLOCK = 0 } } }