import Long from "long"; import _m0 from "protobufjs/minimal"; import { DecCoin } from "../../../cosmos/base/v1beta1/coin"; export declare const protobufPackage = "likechain.likenft.v1"; /** Params defines the parameters for the module. */ export interface Params { priceDenom: string; feePerByte?: DecCoin; maxOfferDurationDays: Long; maxListingDurationDays: Long; maxRoyaltyBasisPoints: Long; } export declare const Params: { encode(message: Params, writer?: _m0.Writer): _m0.Writer; decode(input: _m0.Reader | Uint8Array, length?: number | undefined): Params; fromJSON(object: any): Params; toJSON(message: Params): unknown; fromPartial(object: DeepPartial): Params; }; 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 {};