import _m0 from "protobufjs/minimal"; export declare const protobufPackage = "proto"; /** * Submit an arbitrary (serialized) Transaction to the network without prechecks. Requires superuser * privileges. */ export interface UncheckedSubmitBody { /** The serialized bytes of the Transaction to be submitted without prechecks */ transactionBytes: Uint8Array; } export declare const UncheckedSubmitBody: { encode(message: UncheckedSubmitBody, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): UncheckedSubmitBody; fromJSON(object: any): UncheckedSubmitBody; toJSON(message: UncheckedSubmitBody): unknown; create(base?: DeepPartial): UncheckedSubmitBody; fromPartial(object: DeepPartial): UncheckedSubmitBody; }; 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=unchecked_submit.d.ts.map