import _m0 from "protobufjs/minimal"; export declare const protobufPackage = "proto"; /** Generates a pseudorandom number */ export interface UtilPrngTransactionBody { /** * If provided and is positive, returns a 32-bit pseudorandom number from the given range in the transaction record. * If not set or set to zero, will return a 384-bit pseudorandom number in the record. */ range: number; } export declare const UtilPrngTransactionBody: { encode(message: UtilPrngTransactionBody, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number): UtilPrngTransactionBody; fromJSON(object: any): UtilPrngTransactionBody; toJSON(message: UtilPrngTransactionBody): unknown; create(base?: DeepPartial): UtilPrngTransactionBody; fromPartial(object: DeepPartial): UtilPrngTransactionBody; }; 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=util_prng.d.ts.map