import _m0 from "protobufjs/minimal"; import { TopicID } from "./basic_types"; export declare const protobufPackage = "proto"; /** See [ConsensusService.deleteTopic()](#proto.ConsensusService) */ export interface ConsensusDeleteTopicTransactionBody { /** Topic identifier */ topicID: TopicID | undefined; } export declare const ConsensusDeleteTopicTransactionBody: { encode(message: ConsensusDeleteTopicTransactionBody, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): ConsensusDeleteTopicTransactionBody; fromJSON(object: any): ConsensusDeleteTopicTransactionBody; toJSON(message: ConsensusDeleteTopicTransactionBody): unknown; create(base?: DeepPartial): ConsensusDeleteTopicTransactionBody; fromPartial(object: DeepPartial): ConsensusDeleteTopicTransactionBody; }; type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined; export type DeepPartial = T extends Builtin ? T : T extends Array ? Array> : T extends ReadonlyArray ? ReadonlyArray> : T extends { $case: string; } ? { [K in keyof Omit]?: DeepPartial; } & { $case: T["$case"]; } : T extends {} ? { [K in keyof T]?: DeepPartial; } : Partial; export {}; //# sourceMappingURL=consensus_delete_topic.d.ts.map