QueryRawContractStateRequest: {
    typeUrl: string;
    decode(input: Uint8Array | BinaryReader, length?: number): QueryRawContractStateRequest;
    encode(message: QueryRawContractStateRequest, writer?: BinaryWriter): BinaryWriter;
    fromAmino(object: QueryRawContractStateRequestAmino): QueryRawContractStateRequest;
    fromAminoMsg(object: QueryRawContractStateRequestAminoMsg): QueryRawContractStateRequest;
    fromPartial(object: {
        address?: string;
        queryData?: Uint8Array;
    }): QueryRawContractStateRequest;
    fromProtoMsg(message: QueryRawContractStateRequestProtoMsg): QueryRawContractStateRequest;
    toAmino(message: QueryRawContractStateRequest): QueryRawContractStateRequestAmino;
    toAminoMsg(message: QueryRawContractStateRequest): QueryRawContractStateRequestAminoMsg;
    toProto(message: QueryRawContractStateRequest): Uint8Array;
    toProtoMsg(message: QueryRawContractStateRequest): QueryRawContractStateRequestProtoMsg;
}