QueryContractsByCodeRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryContractsByCodeRequest;
    encode(message: QueryContractsByCodeRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryContractsByCodeRequestAmino): QueryContractsByCodeRequest;
    fromAminoMsg(object: QueryContractsByCodeRequestAminoMsg): QueryContractsByCodeRequest;
    fromPartial(object: {
        codeId?: bigint;
        pagination?: {
            countTotal?: boolean;
            key?: Uint8Array;
            limit?: bigint;
            offset?: bigint;
            reverse?: boolean;
        };
    }): QueryContractsByCodeRequest;
    fromProtoMsg(message: QueryContractsByCodeRequestProtoMsg): QueryContractsByCodeRequest;
    toAmino(message: QueryContractsByCodeRequest): QueryContractsByCodeRequestAmino;
    toAminoMsg(message: QueryContractsByCodeRequest): QueryContractsByCodeRequestAminoMsg;
    toProto(message: QueryContractsByCodeRequest): Uint8Array;
    toProtoMsg(message: QueryContractsByCodeRequest): QueryContractsByCodeRequestProtoMsg;
}